CommonEvent 629
Name = "イベント：マンドラゴラ娘"

  999([629])
  ControlSwitches([73, 73, 0])
  ConditionalBranch([1, 129, 0, 0, 0])
    ShowTextAttributes(["mdg_fc1", 0, 0, 2])
    ShowText(["\\n<Mandragora>There must be a reason for us to meet here by chance. I'll teach you my signature move, \"Mandragora Scream.\""])
    ShowText([""])
    ShowText([""])
    ShowTextAttributes(["mdg_fc1", 0, 0, 2])
    ShowText(["\\n<Mandragora>However, this is a [Plant] skill...\nSo it'll be useless unless you can use them."])
    ShowText([""])
    ShowText([""])
    ShowChoices([["Receive lesson", "No thanks"], 0])
    When([0, "伝授してもらう"])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Who will learn Mandragora Scream?"])
      Label(["選択"])
      Script(["names = party_members.collect{|m|m.name}"])
      ScriptMore(["unlimited_choices(11, names)"])
      ScriptMore(["actor = party_members[$game_variables[11]]"])
      ScriptMore(["$game_variables[10] = actor ? actor.id : 0"])
      ConditionalBranch([1, 10, 0, 0, 0])
        ControlSwitches([73, 73, 1])
        ExitEventProcessing([])
        Empty([])

      BranchEnd([])
      ConditionalBranch([12, "actor_skill_have?(v(10),2930)"])
        ShowTextAttributes(["", 0, 0, 2])
        ShowText(["That character already knows Mandragora Scream..."])
        JumpToLabel(["選択"])
        Empty([])

      BranchEnd([])
      ControlVariables([129, 129, 0, 0, 1])
      ChangeSkills([1, 10, 0, 2930])
      PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["You learned \\I[3355]\\C[1]Mandragora Scream\\C[0]!"])
      ControlSwitches([73, 73, 1])
      ExitEventProcessing([])
      Empty([])

    When([1, "必要ない"])
      ShowTextAttributes(["mdg_fc1", 2, 0, 2])
      ShowText(["\\n<Mandragora>"])
      ShowText(["I ya a a a a a a ! ! !"])
      PlaySE(["RPG::SE(@name=\"Paralyze3\", @pitch=100, @volume=80)"])
      ChangeState([0, 1, 0, 12])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Luka was paralyzed!"])
      ControlSwitches([73, 73, 1])
      ExitEventProcessing([])
      Empty([])

    ChoicesEnd([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 129, 0, 1, 0])
    ShowTextAttributes(["mdg_fc1", 0, 0, 2])
    ShowText(["\\n<Mandragora>That's all for today.\nI'd like to bury myself soon..."])
    ShowText([""])
    ShowText([""])
    ControlSwitches([73, 73, 1])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Empty([])
